func github.com/refraction-networking/utls.unexpectedMessageError
23 uses
github.com/refraction-networking/utls (current package)
common.go#L1730: func unexpectedMessageError(wanted, got any) error {
conn.go#L1276: return unexpectedMessageError(helloReq, msg)
handshake_client.go#L352: return unexpectedMessageError(serverHello, msg)
handshake_client.go#L696: return unexpectedMessageError(certMsg, msg)
handshake_client.go#L785: return unexpectedMessageError(shd, msg)
handshake_client.go#L1016: return unexpectedMessageError(serverFinished, msg)
handshake_client.go#L1052: return unexpectedMessageError(sessionTicketMsg, msg)
handshake_client_tls13.go#L494: return unexpectedMessageError(serverHello, msg)
handshake_client_tls13.go#L696: return unexpectedMessageError(encryptedExtensions, msg)
handshake_client_tls13.go#L817: return unexpectedMessageError(certMsg, msg)
handshake_client_tls13.go#L849: return unexpectedMessageError(certVerify, msg)
handshake_client_tls13.go#L893: return unexpectedMessageError(finished, msg)
handshake_server.go#L146: return nil, nil, unexpectedMessageError(clientHello, msg)
handshake_server.go#L682: return unexpectedMessageError(certMsg, msg)
handshake_server.go#L710: return unexpectedMessageError(ckx, msg)
handshake_server.go#L748: return unexpectedMessageError(certVerify, msg)
handshake_server.go#L828: return unexpectedMessageError(clientFinished, msg)
handshake_server_tls13.go#L602: return nil, unexpectedMessageError(clientHello, msg)
handshake_server_tls13.go#L1062: return unexpectedMessageError(certMsg, msg)
handshake_server_tls13.go#L1088: return unexpectedMessageError(certVerify, msg)
handshake_server_tls13.go#L1137: return unexpectedMessageError(finished, msg)
u_conn.go#L918: return unexpectedMessageError(helloReq, msg)
u_handshake_client.go#L516: return unexpectedMessageError(serverHello, msg)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |